home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Revista CD Expert 24
/
PCGamer24_23Demos.iso
/
WarZone 2100
/
data1.cab
/
Program_Executable_Files
/
script
/
data
/
cam3day.vlo
< prev
next >
Wrap
Text File
|
1998-10-21
|
318b
|
19 lines
// cam3day.vlo
// Weather and day/night VLO for Cam2
// set daytime
script "cam3daynight.slo"
run
{
//daytime colour for fog ROCKIES
Rstart int 182
Gstart int 225
Bstart int 236
//night time colour for fog
Rend int 182
Gend int 225
Bend int 236
Steps int 1 //number of seconds for change
}